home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk210 / mcasm / fixes.txt < prev    next >
Text File  |  1995-03-19  |  804b  |  26 lines

  1.  
  2. Version I.01
  3.  
  4. The MOVEM instruction now works with all address registers, not just a7, when
  5. using the indirect addressing mode, e.g MOVEM.L d0-d1,(a0) now works.
  6.  
  7. When sending an assembler listing to a file and a line was longer then LLEN
  8. the assembler freaked out and started to write several megabytes of spaces.
  9. This has now been corrected.
  10.  
  11.  
  12. Version I.02
  13.  
  14. The menus doesn't trash under KickStart 2.0 anymore.
  15.  
  16. CMP[.SIZE] (An)+,(An)+ is now properly converted to CMPM[.SIZE] (An)+,(An)+
  17. and doesn't report 'Invalid operand'.
  18.  
  19. MOVE[.SIZE] SR,.. now works and doesn't report 'Undefined symbol ->SR'.
  20.  
  21. XREFing a symbol more then once doesn't report 'Redefined symbol' .
  22.  
  23. CLR, NEG, NEGX, NOT & TST now assums .W as default (as it should be) if no
  24. size is specified and doesn't report 'Invalid operand'.
  25.  
  26.